ArcPad layer file (*.apl) with an edit form and an identify form:
Copy Code | |
---|---|
<?xml version="1.0" encoding="UTF-8" ?> <ArcPad> <LAYER name="Sd_Zip.shp"> <SYMBOLOGY> <SIMPLERENDERER> <SIMPLEPOLYGONSYMBOL filltype="solid" fillcolor="0,0,255" filltransparency="0" boundarytype="solid" boundarywidth="2" boundarytransparency="1" boundarycolor="0,0,255" /> </SIMPLERENDERER> </SYMBOLOGY> <FORMS> <EDITFORM caption="Edit Zip Code" width="130" height="130" attributespagevisible="false"> <PAGE caption="Zip Code Info"> <LABEL name="slblZipCode" x="9" y="12" width="36" height="10" caption="Zip Code" group="false" border="false"/> <LABEL name="slblPOName" x="9" y="29" width="81" height="10" caption="Post Office Name" group="false" border="false"/> <COMBOBOX name="cmbZipCode" x="50" y="10" width="50" height="40" sip="false" listtable="Sd_Zip.dbf" listvaluefield="ZIP_CODE" listtextfield="ZIP_CODE" limittolist="true" sort="true" group="false" border="true" tabstop="true" field="ZIP_CODE" /> <COMBOBOX name="cmbPOName" x="9" y="44" width="91" height="40" sip="false" listtable="Sd_Zip.dbf" listvaluefield="PO_NAME" listtextfield="PO_NAME" limittolist="true" sort="true" group="false" border="true" tabstop="true" field="PO_NAME" /> </PAGE> </EDITFORM> <IDENTIFYFORM caption="Zip Code" width="130" height="130" attributespagevisible="false"> <PAGE caption="Zip Code Info"> <LABEL name="slblZipCode" x="9" y="12" width="36" height="10" caption="Zip Code" group="false" border="false"/> <LABEL name="slblPOName" x="9" y="29" width="81" height="10" caption="Post Office Name" group="false" border="false"/> <EDIT name="edbZipCode" x="50" y="10" width="50" height="12" sip="false" field="ZIP_CODE" group="false" readonly="false" required="false" border="true" tabstop="true"/> <EDIT name="edbPOName" x="9" y="44" width="91" height="12" sip="false" field="PO_NAME" group="false" readonly="false" required="false" border="true" tabstop="true"/> </PAGE> </IDENTIFYFORM> </FORMS> </LAYER> </ArcPad> |